
/*--------------------listing.item.html------------------*/

.listingItem .datepane {
  float: right;
}
.listingItem .datepane span {
  margin-left: 5px;
}

.listingItem .iconpane {
  float: left;
}
.listingItem .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.listingItem .iconpane a:hover {
  background: #999;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .listingItem .title {
    clear: both;
  }
}

@media only screen and (max-width: 320px) {
  .listingItem .datepane {
    font-size: 11px;
  }
}
/*------------------view.item.html------------------------*/

.ArticleView .news-content .col-md-4.col-sm-4.col-xs-12 {
  padding-left: 0;
}

.ArticleView .section .headding {
  font-size: 15px;
  color: var(--primary-color);
  /* height: 47px; */
  background-color: #a0a0a01a;
  border: 1px solid #acacac1f;
  margin-bottom: 15px;
  padding-right: 21px;
  position: relative;
  font-weight: bold;
  padding: 10px 23px;
}
.headding i {
  color: var(--secondary-color);
  top: 11px;
  right: 8px;
  position: absolute;
}
.ArticleView .date {
  font-size: 13px;
  color: #888;
  padding: 5px;
  border: solid 1px #f5f5f5;
  height: 37px;
  float: left;
  width: 100%;
  background: #fbfbfb;
}
.ArticleView .datepane {
  float: right;
}
.ArticleView .datepane span {
  margin-left: 5px;
}
.ArticleView .iconpane {
  float: left;
}
.ArticleView .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.ArticleView .iconpane a:hover {
  background: #999;
  text-decoration: none;
}
.ArticleView .image img {
  max-width: 100%;
  width: 100%;
}
.ArticleView h1 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.ArticleView .title em {
  vertical-align: middle;
}
.ArticleView .subtitle {
  font-size: 12px;
  color: #666;
}
.ArticleView .summary {
  font-size: 13px;
  color: #666;
}
.ArticleView .description {
  color: #111;
}
.ArticleView .commentStyle {
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 20px;
}
.ArticleView .commentStyle .fa {
  font-size: 67px;
  color: #bbb;
}
.ArticleView .commentStyle .datecomment {
  font-size: 11px;
  color: #999;
}
.ArticleView .back {
  text-align: center;
  margin-top: 50px;
}
.ArticleView .back a {
  background-color: transparent;
  color: #004082;
  text-align: center;
  font-size: 16px;
  width: 208px;
  display: block;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  border: 1px solid #004082;
  transition: 0.4s;
}
.ArticleView .back a:hover {
  background-color: #b78f43;
  transition: 0.4s;
  border: 1px solid #b78f43;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .ArticleView .news-content .col-md-4.col-sm-4.col-xs-12 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .ArticleView .iconpane {
    display: none;
  }
}

/*------------comment-------------------*/
.postComment p:nth-child(1) {
  display: inline-block;
  width: 48%;
  margin-left: 1%;
}
.postComment p:nth-child(1) input {
  width: 100%;
  margin-right: 7px;
  border: solid 1px #ddd;
}
.postComment p:nth-child(2) {
  width: 48%;
}
.postComment p:nth-child(2) input {
  width: 100% !important;
}
.postComment p:nth-child(2) {
  display: inline-block;
  margin: 0 8px;
  direction: ltr;
}
.postComment p:nth-child(2) input {
  border: solid 1px #ddd; /*! margin: 15px; */
}
.postComment p:nth-child(3) {
  width: 100%;
}
.postComment p:nth-child(3) input {
  width: 97% !important;
}
.postComment p:nth-child(3) input {
  border: solid 1px #ddd;
  margin-right: 7px;
}
.postComment input[type="text"] {
  height: 46px;
  text-align: right;
  margin-bottom: 5px;
  border-radius: 3px;
  box-shadow: 0 0px 3px 1px rgb(238, 238, 238);
  padding: 13px;
}
.postComment textarea.NormalTextBox {
  border: solid 1px #ddd;
  width: 97% !important;
  position: relative;
  margin-right: 7px;
  padding: 15px;
  box-shadow: 0px 4px 10px 2px rgb(238, 238, 238);
  border-radius: 3px;
  height: 175px !important;
}

.postComment input[type="button"]:hover {
  background-color: transparent;
  transition: 0.4s;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
#Notify {
  padding-top: 7px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#Notify input {
  width: auto !important;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0 5px;
}
@media only screen and (max-width: 590px) {
  .postComment p:nth-child(1) {
    width: 97%;
  }

  .postComment p:nth-child(2) {
    width: 97%;
  }
}

/*---------------related.item.html----------------------*/

/*--------------------lightbox------------------*/
.ArticleView .articleImages .ImagesItem {
  margin-right: 0;
}
.ArticleView .articleImages .ImagesItem li a img {
  border: solid 1px #f5f5f5;
  padding: 2px;
}
.ArticleView .articleImages .ImagesItem li {
  margin: 5px;
  float: right;
  list-style-type: none;
}

/*------------------paging-------------*/
.PagingTable {
  width: 100%;
  background: #fff;
  height: 40px;
  margin-bottom: 15px;
}
.PagingTable td span,
.PagingTable a {
  background: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 7px 2px;
  text-align: center;
  color: #888;
  padding: 0 7px;
  box-shadow: 1px 1px 1px 1px #eee;
  border-radius: 5px;
  font-weight: bold;
}
.PagingTable [align="right"] {
  position: relative;
  right: 14px;
}
.PagingTable {
  border: none !important;
}
.PagingTable [align="right"] {
  position: relative;
  right: 14px;
}

/** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and adapted to me for use like a plugin from jQuery. * @name jquery-lightbox-0.4.css * @author Leandro Vieira Pinho - http://leandrovieira.com * @version 0.4 * @date November 17, 2007 * @category jQuery plugin * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com) * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin */
#jquery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  right: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-container-image-data-box {
  background-color: #fff;
  margin: 0pt auto;
  overflow: auto;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.4em;
}
#lightbox-container-image-data {
  padding: 0 10px;
}
#lightbox-container-image-details {
  float: right;
  text-align: right;
  width: 70%;
}
#lightbox-container-image-details-caption {
  font-weight: bold;
}
#lightbox-container-image-details-currentNumber {
  clear: right;
  display: block;
}
#lightbox-container-image-details-currentNumber a,
#lightbox-container-image-details-currentNumber a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}
#lightbox-container-image-details-nav {
  clear: right;
  display: block;
  padding: 0pt 0pt 10px;
}
#lightbox-container-image-details-nav a,
#lightbox-container-image-details-nav a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}
#lightbox-container-image-details-nav-btnPrev {
  margin: 0pt 0pt 0pt 8px;
}
#lightbox-image-details-close-btnClose {
  float: left;
}
#lightbox-image-details-close a,
#lightbox-image-details-close a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}

/*--------postRating-------*/
.postRating {
  padding: 10px;
}
.postRating label {
  margin: 0 2px 0 20px;
}

/*--------video----------*/
video {
  width: 100% !important;
aspect-ratio: 16 / 9;
  text-align: center;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
}
.box_modal-container {
  position: relative;
 width: 44%;
  margin: 0 auto;
}
/*---------------News Articles Archives-------------*/

/*---------------*/
@media handheld, only screen and (max-width: 414px) {
  .col-xs-2 {
    float: none;
  }
}

/*///////////////*/

/*latest articles*/
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-5 {
  padding-top: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.green {
  color: forestgreen;
}
.blue {
  color: darkblue;
}
.light-blue {
  color: #58a3bb;
}

/* .listingItem .image img:hover {
  transform: scale(1.1);
  transition: all ease 0.5s;
  background: #0053a5;
  opacity: 0.9;
} */
.listingItem .spacer {
  height: 10px;
}
.listingItem .date {
  font-size: 13px;
  color: #888;
  padding: 5px;
  border: none;
  height: 37px;
  float: left;
  width: 100%;
  background: transparent;
}
.listingItem .subtitle {
  font-size: 12px;
  color: #666;
}
.listingItem .title em {
  display: inline-block;
}

.listingItem .title {
  margin-top: 3px;
}
.listingItem .title a,
.listingItem .title a:hover,
.listingItem .title a:active {
  font-size: 15px;
  text-decoration: none;
  color: #0053a5;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.3px;
}
.listingItem .summary {
  font-size: 12px;
  color: #4b4b4b;
  margin-top: 2px;
  line-height: 26px;
  min-height: 60px;
  text-align: justify;
}
.listingItem .datepane {
  float: left;
  font-size: 10px;
}
.listingItem .datepane span {
  margin-left: 5px;
  color: #b78f43;
}
.rtl .listingItem .iconpane {
  float: left;
}
.listingItem .iconpane {
  float: right;
}
.listingItem .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.listingItem .iconpane a:hover {
  background: #999;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .listingItem .title {
    clear: both;
  }
}

@media only screen and (max-width: 320px) {
  .listingItem .datepane {
    font-size: 11px;
  }
}

.PagingTable {
  width: 100%;
  background: #fff;
  height: 40px;
  margin-bottom: 15px;
}
.PagingTable td span,
.PagingTable a {
  background: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 7px 2px;
  text-align: center;
  color: #888;
  padding: 0 7px;
  box-shadow: 1px 1px 1px 1px #eee;
  border-radius: 5px;
  font-weight: bold;
}
.PagingTable td {
  padding: 0px 10px;
}

/*search*/
#articleSearchFormSmall {
  width: 83%;
  height: 35px;
  margin: 10px 0 15px 0;
  text-align: right;
  position: relative;
}
#articleSearchFormSmall input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin: 0px 0 0 0 !important;
  cursor: pointer;
  text-indent: -9999px;
  border: 0px;
  border: solid 1px #0053a5;
  background: #fff
    url("/DesktopModules/DnnForge - NewsArticles/Templates/Standard/Images/search-tool.png")
    no-repeat center center/ 25px;
  background-color: #0053a5;
}
.rtl #articleSearchFormSmall input[type="text"] {
  width: 95%;
  height: 43px;
  line-height: 40px;
  color: #004c75;
  margin: 0px 0 0 0;
  padding: 0 5px 0 0;
  background: #fff;
  border: 0px;
  border: solid 1px #eee;
  border-left: none;
  background: #fbfbfb;
}
#articleSearchFormSmall input[type="text"] {
  width: 95%;
  height: 43px;
  line-height: 40px;
  color: #004c75;
  margin: 0px 0 0 0;
  padding: 0 0 0 5px;
  background: #fff;
  border: 0px;
  border: solid 1px #eee;
  border-right: none;
  background: #fbfbfb;
}

/*archive*/
.blue {
  color: darkblue;
}
.listItem li {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 5px 11px;
  font-size: 14px;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.rtl .listItem li:hover {
  margin: 0 3px 0 0;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li:hover {
  margin: 0 0 0 3px;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li a {
  color: #333;
}
.listItem li a:hover {
  color: #2c5cda;
  text-decoration: none;
}

/*comment*/
.mb-20 {
  margin-bottom: 26px !important;
}
.ArticleView .commentStyle {
  background: #f7f3ee;
  border: solid 1px #f9e5c5;
  padding: 20px 35px;
}
.commentStyle hr {
  border-top: solid 1px #ddc8a7;
}
.ArticleView .commentStyle .fa {
  font-size: 67px;
  color: #bbb;
}
.ArticleView .commentStyle .datecomment {
  font-size: 11px;
  color: #999;
  float: left;
  text-align: left;
}
.ArticleView .commentStyle p {
  margin: 0;
}
.ArticleView .commentStyle.mb-1 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 15px;
}
.ArticleView .commentStyle.mb-2 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 30px;
}
.ArticleView .commentStyle.mb-3 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 50px;
}
.ArticleView .commentStyle.mb-4 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 70px;
}
.btn a.CommandButton {
  color: #fff;
}
.btn.btn-info {
  padding: 3px 10px;
}
p.news-main-p-archive {
  font-weight: 300;
  font-size: 14px;
  text-align: justify;
}

.news-single-content-p p {
  font-size: 14px;
  text-align: justify;
}

.news-single-content-p {
  margin-top: 27px;
}

.news-image-single img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.projects-context {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.projectImages .swiper-slide a {
  display: inline-block;
  width: 100%;
}
.projectImages .swiper-slide a img {
  width: 100%;
  object-fit: cover;
}
.swiper-container {
  overflow: hidden;
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 56%) !important;
}
.thumb-image {
  border: 1px solid #1136283b;
  height: 485px;
  margin-bottom: 23px;
}
.thumb-image img {
  width: 100%;
  height: 100%;
  padding: 9px;
  object-fit: cover;
}

.project-progress canvas {
  margin: 0 auto;
}
.project-facility_icons p img {
  width: 178px;
  height: 49px;
  margin-left: 10px;
  margin-bottom: 10px;
  object-fit: cover;
}
.project-contact_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fax-num {
  display: flex;
  width: 100%;
}

.address h5 {
  font-weight: 500;
  font-size: 16px;
  color: #595959;
}
.fax-num h5 {
  font-weight: 500;
  font-size: 16px;
  color: #595959;
}
.project-progress p {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #595959;
}
.project-progress .project-progress_piechart {
  display: inline-block;
  font-weight: 700;
  left: 49%;
  top: 59%;
  position: absolute;
  font-size: 22px;
  color: #595959;
}
.postComment input[type="button"] {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  display: inline-block;
  width: 208px;
  padding: 18px 0;
  display: flex;
  justify-content: center;
  transition: 0.5s;
}

.project-desc .section {
  margin: 0 !important;
}
.address {
  display: flex;
}
.address i {
  padding-left: 9px;
  color: var(--primary-color);
}
.number {
  display: flex;
  width: 50%;
  margin-bottom: 14px;
}
.number i {
  padding-left: 9px;
  color: var(--primary-color);
}
.fax {
  display: flex;
  width: 50%;
}
.fax i {
  padding-left: 9px;
  color: var(--primary-color);
}

.swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}
.location iframe {
  width: 100%;
  height: 400px;
}
.rec-remain {
  width: 34px;
  display: inline-block;
  height: 10px;
  background-color: #e0e0e0;
}
.rec-done {
  width: 34px;
  display: inline-block;
  height: 10px;
  background-color: var(--primary-color);
}
.chart-lable-first {
  font-size: 14px;
  position: absolute;
  top: 48%;
}
.chart-lable-second {
  font-size: 14px;
  position: absolute;
  top: 56%;
}
.project-progress .section {
  position: relative;
}
.filter-container {
  padding-block: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: flex-start;
}
.saleProjectTitle {
  display: block;
  margin: 0 auto;
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 700;
  width: max-content;
  padding-bottom: 30px;
}

input::placeholder {
  font-size: 14px;
}
select {
  border: none;
  width: 18%;
  padding: 4px 0;
  font-size: 14px;
  border: 1px solid #dadada;
  padding: 4px 12px;
  height: 39px;
  outline: none;
}
input {
  border: none;
  width: 20%;
  padding: 4px 0;
  font-size: 14px;
  border: 1px solid #dadada;
  padding: 4px 12px;
  height: 39px;
  outline: none;
}
.project-item {
  margin-block: 23px;
}
.project-item .col-12 {
  padding: 0;
}
.project-desc_text span {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #414141;
}

span.projectCat {
  color: #2b3d37;
}

span.projectProv {
  color: #2b3d37;
}

span.projectArea {
  color: #2b3d37;
}



input {
  outline: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 156px;
}

@media only screen and (max-width: 480px) {
  .chart-lable-first {
    top: 94%;
  }
  .chart-lable-second {
    top: 99%;
  }
  .chart-lable-first,
  .chart-lable-second {
    font-size: 13px;
  }
  .rec-done,
  .rec-remain {
    width: 25px;
  }
  .project-progress-image p img {
    width: 77px !important;
    height: auto !important;
  }
  .project-progress-image {
    top: unset !important;
    bottom: -35px !important;
  }
}
.percentage {
  display: inline-block;
  font-weight: 700;
  left: 47%;
  top: 59%;
  position: absolute;
  font-size: 22px;
  color: #595959;
}
.project-item_container {
  width: 100%;
  height: 355px;
  position: relative;
  border-radius: 8px;
}
.project-item_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.project-item_container .projectTitle {
  position: absolute;
  top: 15px;
  color: #fff;
  font-size: 20px;
  width: 86%;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 36px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: right;
  -webkit-box-orient: vertical;
}
.project-item_container .overlay {
  position: absolute;
  padding: 0;
  background: linear-gradient(
    180deg,
    #5484b3e3 0%,
    #5484b3e0 43%,
    #5484b305 100%
  );
  width: 100%;
  top: 0;
  height: 50%;
  border-radius: 8px 8px 0 0;
  transition: 0.5s;
}
.more-btn i {
  color: #fff;
  font-size: 20px;
}
.more-btn {
  padding-top: 0px;
  position: absolute;
  bottom: 3px;
  right: 27px;
}
#applyFilters {
  outline: none;
  border: none;
  width: fit-content;
  padding-inline: 15px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--secondary-color);
  color: #fff;
}

.project-header {
width: 100%;
right: 0;
margin-top: 10vh;
left: 0;
overflow: hidden;
position: absolute;
z-index: 2;
}
.project-header img {
width: 100%;
aspect-ratio: 41 / 9;
object-fit: cover;
}
.project-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-right: 6%;
  margin: 0 auto;
  z-index: 4;
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
  padding-bottom: 10px;
  color: #fff;
}

.project-info_card {
  position: relative;
  display: flex;
  flex-direction: column;
justify-content: center;
  align-items: center;
  background-image: url(/Portals/_default/Skins/glend/resource/theme-assests/img/Cart.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 147px;
  padding: 12px 0;
  transition: 0.4s all ease;
}
.project-info_card:hover {
  background-image: url(/Portals/_default/Skins/glend/resource/theme-assests/img/Cart-hover.png);
  transition: 0.4s all ease;
  background-position: right;
}
.project-info_title {
  display: block;
  margin: 0 auto;
  padding-bottom: 44px;
  color: var(--secondary-color);
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  width: fit-content;
}
.project-desc .project-info_title {
  padding-top: 58px;
}
.project-info_container {
  padding-top:  clamp(1rem, -3.4622rem + 19.0389vw, 27rem);
}
.project-info_static {
  font-weight: 700;
  font-size: 16px;
  color: #242424;
  margin-bottom: 0;
}
.project-info_dynamic {
  font-weight: 400;
  color: #242424;
  text-align: center;
}
.project-desc {
  padding-top: 53px;
}
.project-desc_text p{
  font-weight: 400;
font-size: clamp(1rem, 0.9148rem + 0.4261vw, 1.1875rem);
  line-height: clamp(1.875rem, 1.7045rem + 0.8523vw, 2.25rem);
  color: #242424;
  text-align: center;
}
.articleImages .ImagesItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 27px;
}

.articleImages .ImagesItem img {
  object-fit: cover;
  height: 100%;
  border-radius: 7px;
  width: 100%;
}

.articleImages .ImagesItem a {
  display: inline-block;
  width: 290px;
  height: 160px;
}
@media only screen and (max-width: 480px) {
  .box_modal-container {
    width: 100%;
  }
  video {
    width: 100% !important;
    text-align: center;
    margin: 0;
    border-radius: 8px;
  }
  #video-container {
    height: 100%;
  }

  .articleImages .ImagesItem a {
    width: 132px;
    height: 93px;
  }
  .articleImages .ImagesItem {
    gap: 0px;
  }
  .project-info_container .col-6 {
    padding: 7px 5px;
  }
  .project-info_static {
    margin-bottom: 4px;
  }
  .project-info_card {
    height: 112px;
  }
  .project-title {
    font-size: 25px;
  }

  .project-header {
    margin-top: 64px;
  }
  .project-info_title{
    font-size: 26px;
  }
  .ArticleView .articleImages .ImagesItem {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .filter-container {
    justify-content: space-between;
    gap: 7px;
  }
  input {
    width: 100%;
  }
  select {
    width: 49% !important;
  }
  #applyFilters {
    width: 49%;
  }
}
@media only screen and (max-width: 1300px){
.project-info_card{
  justify-content: unset;
}
}
.swiper.projectSwiper {
    height: 220px;
}
.swiper.projectSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
body{
  overflow: visible !important;
}
.box_modal-container::after{
  display: none;
}
